.podaci h3{
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #E6AF2E ;
    font-size: 28px;
  }
  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  
  }
  
  section {
    flex-basis: calc(33.33% - 40px);
    margin: 20px;
    padding: 20px;
    border: 3px solid #2F2FA2;
    border-radius: 20px; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
  }
  .container h2{
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #E6AF2E ;
    font-size: 28px;
  }
  .podaci{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .header-time img{
	width: 310px;
}


/*Mobitel*/
@media (max-width: 767px){

  .podaci{
    display:block;
    text-align: center;

  }
  .container{
    display: block;
    text-align: center;
  }
}